How Do I Hide Properties?

Quick Tip

Apply the the [Browsable(false)] attribute to properties that you want to hide.

In Depth

You can also use the Filter property of the PropertyGrid.BindingView.DefaultView to change at runtime which properties are displayed. The CustomizationWalkthrough sample shows an example of using this to implement search-like functionality.